Realm Kotlin SDK
/
io.realm.kotlin.notifications
/
UpdatedRealm
Updated
Realm
interface
UpdatedRealm
<
R
:
BaseRealm
> :
RealmChange
<
R
>
Content copied to clipboard
Realm flow event that describes that an update has been performed on to the observed Realm instance.
Properties
Properties
realm
Link copied to clipboard
abstract val
realm
:
R
Content copied to clipboard
Returns the realm instance that was affected by the change event.